# === 機密（絕不進 git）===
.env
.env.local
*.key
*.pem
secrets/
*credentials*.json
*token*.json

# === 系統 / 快取 ===
.DS_Store
Thumbs.db
node_modules/
__pycache__/
*.pyc
.venv/
venv/

# === 瀏覽器 profile（含登入 cookie/session，絕不進 git）===
chromium-profile/
*-profile/
profile/
*.cookies
cookies.json

# === build 產物 ===
dist/
build/
out/
.next/

# === 暫存 / 中間產物 ===
*.tmp
*.log
tmp/
.cache/

# === Claude Code 本機狀態（依需要保留 / 排除）===
.claude/settings.local.json
.claude/locks/

# 說明：.env.example 會進 git（只有變數名、沒有值），當作金鑰範本。
